home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / schools / _transform / oddments / tintro2 < prev    next >
Text File  |  1991-10-13  |  2KB  |  36 lines

  1. Surjit Lidder
  2.  
  3. PROCstep_down : The "step-down" sprite is plotted and file handling is used                     in order to display text about the Step-down
  4.                     transformer.
  5.  
  6. PROCstep_up : The "stepup" sprite is plotted and text about it is given.
  7.  
  8. PROCcircut_symbol : The Circuit symbol for both step up and step down                          transformers is given. Also text on these.
  9.  
  10. PROCexample : Firstly the transformer formula is explained, then      
  11.                  an example is given, accompanied by a sprite diagram.
  12.  
  13. PROCtest : This involves 15 questions on the transformer formula.
  14.              All numbers used here are random and produced by    
  15.              PROCnumbers.
  16.  
  17. PROCnumbers : All numbers are randomly chosen and PRINTTABed
  18.                   into place, around the transformer sprite.
  19.  
  20. PROCask_Questions : Questions are asked
  21.  
  22. PROCright : If the answer is correct this  PROCEDURE is PROCed.
  23.  
  24. PROCwrong : If the answer is wrong this PROCEDURE is PROCed.                 
  25. PROCber_chart : Once the 15 questions have been asked the result
  26.                    of how many right or wrong answers is given in 
  27.                    bar chart format.
  28.  
  29. PROCquit : The user is asked if he. / she wants to quit. If the answer is
  30.              Yes, finished=TRUE and wansTOquit=TRUE and you exit the
  31.              programme. Else finished=FALSE and you go back to the
  32.              menu.
  33.  
  34. Screen Format:
  35.  
  36.      All text and sprites have been carefully set on the screen so a nice     colourful output is given. Sprites have been used because they can be big and are easy to place any where on the screen.